--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Makefile a3548ca40ed8679a32be7c5e539e5434aa1663e9 (a3548ca4) Text, 4.34 KB
Td2a8ffprepTff7b72:
arduino-cli core update-index --config-file arduino-cli.yaml
arduino-cli core install unsignedio:avr
Td2a8ffprep-esp32Tff7b72:
arduino-cli core update-index --config-file arduino-cli.yaml
arduino-cli core install esp32:esp32
Td2a8ffprep-samdTff7b72:
arduino-cli core update-index --config-file arduino-cli.yaml
arduino-cli core install adafruit:samd
Td2a8fffirmwareTff7b72:
arduino-cli compile --fqbn unsignedio:avr:rnode
Td2a8fffirmware-tbeamTff7b72:
arduino-cli compile --fqbn esp32:esp32:t-beam --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x33\""
Td2a8fffirmware-featheresp32Tff7b72:
arduino-cli compile --fqbn esp32:esp32:featheresp32 --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x34\""
Td2a8fffirmware-genericesp32Tff7b72:
arduino-cli compile --fqbn esp32:esp32:esp32 --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x35\""
Td2a8fffirmware-mega2560Tff7b72:
arduino-cli compile --fqbn arduino:avr:mega
Td2a8ffuploadTff7b72:
arduino-cli upload -p /dev/ttyUSB0 --fqbn unsignedio:avr:rnode
Td2a8ffupload-tbeamTff7b72:
arduino-cli upload -p /dev/ttyUSB0 --fqbn esp32:esp32:t-beam
Td2a8ffupload-featheresp32Tff7b72:
arduino-cli upload -p /dev/ttyUSB0 --fqbn esp32:esp32:featheresp32
Td2a8ffupload-mega2560Tff7b72:
arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:avr:mega
Td2a8ffrelease-allTff7b72: Te6edf3release-Te6edf3rnode Te6edf3release-Te6edf3tbeam Te6edf3release-Te6edf3featheresp32 Te6edf3release-Te6edf3genericesp32
Td2a8ffrelease-rnodeTff7b72:
arduino-cli compile --fqbn unsignedio:avr:rnode -e
cp build/unsignedio.avr.rnode/RNode_Firmware.ino.hex Precompiled/rnode_firmware_latest.hex
rm -r build
Td2a8ffrelease-tbeamTff7b72:
arduino-cli compile --fqbn esp32:esp32:t-beam -e --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x33\""
cp ~/.arduino15/packages/esp32/hardware/esp32/2.0.2/tools/partitions/boot_app0.bin build/rnode_firmware_latest_tbeam.boot_app0
cp build/esp32.esp32.t-beam/RNode_Firmware.ino.bin build/rnode_firmware_latest_tbeam.bin
cp build/esp32.esp32.t-beam/RNode_Firmware.ino.bootloader.bin build/rnode_firmware_latest_tbeam.bootloader
cp build/esp32.esp32.t-beam/RNode_Firmware.ino.partitions.bin build/rnode_firmware_latest_tbeam.partitions
zip --junk-paths ./Precompiled/rnode_firmware_latest_tbeam.zip ./Precompiled/esptool/esptool.py build/rnode_firmware_latest_tbeam.boot_app0 build/rnode_firmware_latest_tbeam.bin build/rnode_firmware_latest_tbeam.bootloader build/rnode_firmware_latest_tbeam.partitions
rm -r build
Td2a8ffrelease-featheresp32Tff7b72:
arduino-cli compile --fqbn esp32:esp32:featheresp32 -e --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x34\""
cp ~/.arduino15/packages/esp32/hardware/esp32/2.0.2/tools/partitions/boot_app0.bin build/rnode_firmware_latest_featheresp32.boot_app0
cp build/esp32.esp32.featheresp32/RNode_Firmware.ino.bin build/rnode_firmware_latest_featheresp32.bin
cp build/esp32.esp32.featheresp32/RNode_Firmware.ino.bootloader.bin build/rnode_firmware_latest_featheresp32.bootloader
cp build/esp32.esp32.featheresp32/RNode_Firmware.ino.partitions.bin build/rnode_firmware_latest_featheresp32.partitions
zip --junk-paths ./Precompiled/rnode_firmware_latest_featheresp32.zip ./Precompiled/esptool/esptool.py build/rnode_firmware_latest_featheresp32.boot_app0 build/rnode_firmware_latest_featheresp32.bin build/rnode_firmware_latest_featheresp32.bootloader build/rnode_firmware_latest_featheresp32.partitions
rm -r build
Td2a8ffrelease-genericesp32Tff7b72:
arduino-cli compile --fqbn esp32:esp32:esp32 -e --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x35\""
cp ~/.arduino15/packages/esp32/hardware/esp32/2.0.2/tools/partitions/boot_app0.bin build/rnode_firmware_latest_esp32_generic.boot_app0
cp build/esp32.esp32.esp32/RNode_Firmware.ino.bin build/rnode_firmware_latest_esp32_generic.bin
cp build/esp32.esp32.esp32/RNode_Firmware.ino.bootloader.bin build/rnode_firmware_latest_esp32_generic.bootloader
cp build/esp32.esp32.esp32/RNode_Firmware.ino.partitions.bin build/rnode_firmware_latest_esp32_generic.partitions
zip --junk-paths ./Precompiled/rnode_firmware_latest_esp32_generic.zip ./Precompiled/esptool/esptool.py build/rnode_firmware_latest_esp32_generic.boot_app0 build/rnode_firmware_latest_esp32_generic.bin build/rnode_firmware_latest_esp32_generic.bootloader build/rnode_firmware_latest_esp32_generic.partitions
rm -r build
Td2a8ffrelease-mega2560Tff7b72:
arduino-cli compile --fqbn arduino:avr:mega -e
cp build/arduino.avr.mega/RNode_Firmware.ino.hex Precompiled/rnode_firmware_latest_m2560.hex
rm -r build
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────